
/*yodaquote*/
.yodaquote {
background: url('../images/yodaquote-medium.jpg') 50% 100% no-repeat fixed;
background-size: cover;


}

.inner {

position: relative;
height: 600px;

}
.yodaquote p,
.yodaquote h2,
.yodaquote h3 {

 position: relative;
 text-align: center;
 top: 35%;
 color: white;
 text-shadow: 0 1px 2px rgba(0,0,0,0.6);
 font-family: 'Oswald', sans-serif;
 font-size: 60px;
}


.yodaquote p {
	font-size: 80px;
}

.yodaquote {
background: url('../images/yodaquote-small.jpg') 50% 100% no-repeat fixed;
background-size: cover;


}
 .yodaquote p,
.yodaquote h2,
.yodaquote h3 {
	font-size: 40px;
}

yodaquote {
background: url('../images/yodaquote-large.jpg') 50% 100% no-repeat fixed;
background-size: cover;


}
